home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / superviewel.lha / SuperViewEL / SuperViewLibrary / SQ-Operators / SQBentley.doc < prev    next >
Text File  |  1996-06-18  |  2KB  |  64 lines

  1.  
  2.   SQBentley.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.1
  9.   Release Date : 16.02.1996
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQBentley.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This module takes a graphics buffer and then applies an effect that makes
  23.   the image look ghostly.
  24.  
  25.     ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  26.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  27.   apply this operator quite successfully.
  28.  
  29.   ControlPad-Switches
  30.   ~~~~~~~~~~~~~~~~~~~
  31.   ControlPad-Name     : "ENV:superview-library/SQBentley.controlpad"
  32.   ControlPad-Commands :   ; The following controlpads allow you to apply
  33.                           ; this operator to a rectangular region of the
  34.                           ; image.
  35.                         - LEFTEDGE=<Value>
  36.                           ; crop from x position
  37.                           ; (will be adjusted, if >= source width)
  38.                         - TOPEDGE=<Value>
  39.                           ; crop from y position
  40.                           ; (will be adjusted, if >= source height)
  41.                         - WIDTH=<Value>
  42.                           ; crop how many x pixels from leftedge
  43.                           ; (will be adjusted, if too large)
  44.                         - HEIGHT=<Value>
  45.                           ; crop how many y pixels from topedge
  46.                           ; (will be adjusted, if too large)
  47.  
  48.   Author
  49.   ~~~~~~
  50.   Steve Quartly
  51.   1280 Stevens St
  52.   MUNDARING
  53.   Western Australia        steveq@sndcrft.DIALix.oz.au
  54.  
  55.   History
  56.   ~~~~~~~
  57.   V1.0 (01.09.1995) :
  58.  
  59.    - first public release
  60.  
  61.   V3.1 (1.1.1996)   :
  62.  
  63.    - added progress indicator support
  64.